diff options
Diffstat (limited to 'app/[lng]/evcp/(evcp)/evaluation-target-list/page.tsx')
| -rw-r--r-- | app/[lng]/evcp/(evcp)/evaluation-target-list/page.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/[lng]/evcp/(evcp)/evaluation-target-list/page.tsx b/app/[lng]/evcp/(evcp)/evaluation-target-list/page.tsx index 577a1932..9ec30b66 100644 --- a/app/[lng]/evcp/(evcp)/evaluation-target-list/page.tsx +++ b/app/[lng]/evcp/(evcp)/evaluation-target-list/page.tsx @@ -70,7 +70,7 @@ export default async function EvaluationTargetsPage(props: EvaluationTargetsPage <h2 className="text-2xl font-bold tracking-tight"> 협력업체 평가 대상 확정 </h2> - <InformationButton pageCode="evcp/evaluation-target-list" /> + <InformationButton pagePath="evcp/evaluation-target-list" /> </div> <Badge variant="outline" className="text-sm"> {currentEvaluationYear}년도 |
